﻿2026-07-22T07:49:10.0994778Z ##[group]Run actions/checkout@v5
2026-07-22T07:49:10.0995525Z with:
2026-07-22T07:49:10.0995915Z   repository: BigscreenVR/spt-bs-core
2026-07-22T07:49:10.0999069Z   token: ***
2026-07-22T07:49:10.0999441Z   ssh-strict: true
2026-07-22T07:49:10.0999814Z   ssh-user: git
2026-07-22T07:49:10.1000181Z   persist-credentials: true
2026-07-22T07:49:10.1000580Z   clean: true
2026-07-22T07:49:10.1000959Z   sparse-checkout-cone-mode: true
2026-07-22T07:49:10.1001373Z   fetch-depth: 1
2026-07-22T07:49:10.1001732Z   fetch-tags: false
2026-07-22T07:49:10.1002089Z   show-progress: true
2026-07-22T07:49:10.1002452Z   lfs: false
2026-07-22T07:49:10.1002799Z   submodules: false
2026-07-22T07:49:10.1003171Z   set-safe-directory: true
2026-07-22T07:49:10.1003577Z   allow-unsafe-pr-checkout: false
2026-07-22T07:49:10.1004192Z ##[endgroup]
2026-07-22T07:49:10.1877923Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-22T07:49:10.1879583Z ##[group]Getting Git version info
2026-07-22T07:49:10.1880261Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-22T07:49:10.1881218Z [command]/usr/bin/git version
2026-07-22T07:49:10.1911206Z git version 2.43.0
2026-07-22T07:49:10.1929798Z ##[endgroup]
2026-07-22T07:49:10.1941313Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/e74d1261-378b-4501-a19e-9a70598892d9' before making global git config changes
2026-07-22T07:49:10.1942489Z Adding repository directory to the temporary git global config as a safe directory
2026-07-22T07:49:10.1945085Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-22T07:49:10.1977467Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-22T07:49:10.1994341Z https://github.com/BigscreenVR/spt-bs-core
2026-07-22T07:49:10.2004153Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-22T07:49:10.2006468Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-22T07:49:10.2031772Z HEAD
2026-07-22T07:49:10.2062891Z ##[endgroup]
2026-07-22T07:49:10.2064419Z [command]/usr/bin/git submodule status
2026-07-22T07:49:10.2239452Z ##[group]Cleaning the repository
2026-07-22T07:49:10.2242418Z [command]/usr/bin/git clean -ffdx
2026-07-22T07:49:13.0970533Z Removing target/
2026-07-22T07:49:13.0979287Z [command]/usr/bin/git reset --hard HEAD
2026-07-22T07:49:13.1182168Z HEAD is now at 1e7b5c63 Merge 4ea48f72ff971a3ad7a6f8467b6a559ab9d9e134 into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:13.1185922Z ##[endgroup]
2026-07-22T07:49:13.1188482Z ##[group]Disabling automatic garbage collection
2026-07-22T07:49:13.1192775Z [command]/usr/bin/git config --local gc.auto 0
2026-07-22T07:49:13.1222414Z ##[endgroup]
2026-07-22T07:49:13.1222930Z ##[group]Setting up auth
2026-07-22T07:49:13.1229098Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-22T07:49:13.1258746Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-22T07:49:13.1445516Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-22T07:49:13.1473921Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-22T07:49:13.1655976Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-22T07:49:13.1685632Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-22T07:49:13.1870838Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-22T07:49:13.1900906Z ##[endgroup]
2026-07-22T07:49:13.1901478Z ##[group]Fetching the repository
2026-07-22T07:49:13.1908237Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +7668790713f14a464e3f00385f5608118824de77:refs/remotes/pull/58/merge
2026-07-22T07:49:13.7057557Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-22T07:49:13.7058234Z  + 1e7b5c63...76687907 7668790713f14a464e3f00385f5608118824de77 -> pull/58/merge  (forced update)
2026-07-22T07:49:13.7077103Z ##[endgroup]
2026-07-22T07:49:13.7077575Z ##[group]Determining the checkout info
2026-07-22T07:49:13.7078777Z ##[endgroup]
2026-07-22T07:49:13.7082902Z [command]/usr/bin/git sparse-checkout disable
2026-07-22T07:49:13.7129288Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-22T07:49:13.7152520Z ##[group]Checking out the ref
2026-07-22T07:49:13.7155271Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/58/merge
2026-07-22T07:49:13.7260439Z Warning: you are leaving 1 commit behind, not connected to
2026-07-22T07:49:13.7260882Z any of your branches:
2026-07-22T07:49:13.7261150Z 
2026-07-22T07:49:13.7261482Z   1e7b5c63 Merge 4ea48f72ff971a3ad7a6f8467b6a559ab9d9e134 into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:13.7261908Z 
2026-07-22T07:49:13.7262124Z If you want to keep it by creating a new branch, this may be a good time
2026-07-22T07:49:13.7262547Z to do so with:
2026-07-22T07:49:13.7262682Z 
2026-07-22T07:49:13.7262848Z  git branch <new-branch-name> 1e7b5c63
2026-07-22T07:49:13.7263058Z 
2026-07-22T07:49:13.7264766Z HEAD is now at 76687907 Merge 58aab1f7e99b0a0c8a2c678eeaf38eaa38958b2e into 89779e0d99f9692aeba3d602fa837e914d44cae6
2026-07-22T07:49:13.7270718Z ##[endgroup]
2026-07-22T07:49:13.7304835Z [command]/usr/bin/git log -1 --format=%H
2026-07-22T07:49:13.7327186Z 7668790713f14a464e3f00385f5608118824de77
